.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/ali.ttf");
}
@font-face {
    font-family: 'she';
    src: url("../fonts/she.TTF");
}



.padding {
    padding: 5% 0 5% 0;
}

.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexright{
    display: flex;
    align-items: center;
    justify-content: right;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.alltitle {
    text-align:center;
    margin-bottom: 20px;
}
.alltitle.left{
    text-align:left;
}
.alltitle .t1{
    font-family: ali;
    color:#343434;
    font-size:36px;
}
.alltitle .en{
    color:#5f5f5f;
    text-transform: uppercase;
    font-size:16px;
    margin:16px 0;
}
.alltitle img{
    display: block;
    margin:0 auto;
}
.alltitle.left img{
    margin-left:0;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .en{
    color:#fff;
}






.tel_ome{
    position: relative;
    width: 24px;
    height: 24px;
    background: #ff9e09;
    border-radius: 100%;
    cursor: pointer;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 15px rgba(255, 158, 9, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 158, 9, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 15px rgba(255, 158, 9, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 158, 9, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 158, 9, 0.55);
    -o-box-shadow: 0 0 0 0 rgba(255, 158, 9, 0.55);
    box-shadow: 0 0 0 0 rgb(255, 158, 9, 0.55);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 4px solid rgb(255 158 9 / 40%);
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.allmore{
    width: 167px;
    height: 50px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.allmore.radius0{
    border-radius: 0;
}
.allmore.color1{
    background: #003a8f;
}
.allmore.color2{
    background: #ff9e09;
    margin-left: 20px;
}
.allmore span{
    display: inline-block;
    color:#fff;
    font-size:16px;
    margin-left: 10px;
    position: relative;
}
.allmore img{
    position: relative;
}
.allmore:before{
    position: absolute;
    content:"";
    width: 0;
    height: 100%;
    background:rgba(0,0,0,0.2);
    transition: all 0.4s;
    opacity: 0;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.allmore:hover:before{
    width: 100%;
    opacity: 1;
}
.alltop{
    border-bottom:1px solid #eaeaea;
}
.alltop .inner{
    height: 57px;
}
.alltop .inner .text{
    font-size:14px;
    color:#303030;
}
.alltop .inner .tel .wen{
    font-size:16px;
    color:#525252;
    margin-left: 15px;
}
.alltop .inner .tel .wen span{
    font-weight: bold;
    font-size:20px;
    color:#2e2e2e;
}
.alltop .inner .tel .lang{
    display: block;
    width: 31px;
    line-height: 23px;
    background: #ff9e09;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    border: 4px solid #ffd89d;
    text-transform: uppercase;
}


.alltop.fixed{
    height: 0;
    overflow: hidden;
}

.allhead{
    width: 100%;
    background: #fff;
    position: relative;
}
.allhead.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.allhead .inner{
    height: 108px;
}
.allhead.fixed .inner{
    height: 78px;
}
.allhead .logo img{
    height: 57px;
}
.allhead .logo .text{
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}
.allhead .logo .text:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 42px;
    background: #b4b4b4;
}
.allhead .logo .text .t1{
    font-size:22px;
    font-weight: bold;
    color:#303030;
}
.allhead .logo .text .t2{
    font-size:16px;
    color:#515151;
}
.allhead .headMenu{
    width: 56%;
}
.allhead .headMenu li a{
    display: block;
    font-size:18px;
    color:#494949;
}
.allhead .headMenu li a:hover
,.allhead .headMenu li a.active{
    color:#003a8f;
}
.allhead .headMenu li a.active{
    font-weight: bold;
}

.bannerSwiper .swiper-slide img{
    width: 100%;
}
.bannerSwiper .banner-but:after{
    color:#fff;
    font-size:33px;
}
.bannerSwiper .swiper-button-next{
    right:40px;
}
.bannerSwiper .swiper-button-prev{
    left:40px;
}

.searchbox{
    background: #f5f5f5;
}
.searchbox .inner{
    height: 85px;
}
.searchbox .inner-left{
    width:51%;
}
.searchbox .inner-left .key{
    padding-left:39px;
    background: url("../img/hot.png") no-repeat left center;
    line-height: 36px;
    color:#292929;
    font-weight: bold;
    font-size:16px;
}
.searchbox .inner-left a{
    font-size:16px;
    color:#515151;
    line-height: 36px;
}
.searchbox .inner-left a:hover{
    color:#1144a3;
    font-weight: bold;
}
.searchbox .inner-right{
    width: 27%;
}
.searchbox .inner-right form{
    width: 100%;
}
.searchbox .inner-right form input[type=text]{
    width: calc(100% - 85px);
    line-height: 85px;
    outline: none;
    font-size:16px;
    color:#333;
    float: left;
    background: none;
    text-indent: 20px;
}
.searchbox .inner-right form input[type=text]::placeholder{
    font-size:16px;
    color:#666666;
}
.searchbox .inner-right form input[type=submit]{
    cursor: pointer;
    float: right;
    width: 85px;
    height: 85px;
    position: relative;
    background: url("../img/search.png") no-repeat center;
    border-left:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
}
.in_com_shu{
    padding:4% 0;
}
.in_com_shu .item .list .t1{
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_com_shu .item .list .t1 .s1{
    font-size: 40px;
    color: #303030;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}
.in_com_shu .item .list .t1 .s2{
    font-size:14px;
    color:#fff;
    width: 25px;
    line-height: 25px;
    background: #00399d;
    text-align:center;
    border-radius: 100%;
}
.in_com_shu .item .list .t2{
    font-size:16px;
    color:#303030;
    margin-top: 5px;
}

.in_pro{
    background: url("../img/in_pro.jpg") no-repeat center top;
}
.in_pro_hot_item{
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
    padding: 3% 3%;
}
.in_pro_hot_item .swiper-slide .imgbox{
    width: 42%;
    height: 345px;
    position: relative;
    overflow: hidden;
}
.in_pro_hot_item .swiper-slide .text{
    width: 51%;
    padding-right: 10%;
}
.in_pro_hot_item .swiper-slide .text .title{
    font-weight: bold;
    color:#343434;
    font-size:30px;
}
.in_pro_hot_item .swiper-slide .text .con{
    line-height: 37px;
    color: #6c6c6c;
    font-size: 20px;
    margin: 5% 0;
}
.in_pro_hot_item .hotproSwiper .but{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    border:1px solid #bcbcbc;
}
.in_pro_hot_item .hotproSwiper .but:after{
    font-size:20px;
    color:#646464;
    font-weight: bold;
}
.in_pro_hot_item .hotproSwiper .but:hover{
    background: #003a8f;
}
.in_pro_hot_item .hotproSwiper .but:hover:after{
    color:#fff;
}
.allsider{
    float: left;
    width: 300px;
}
.allsider .sider-top{
    height: 114px;
    background: linear-gradient(to bottom,#003b8f,#1856b1);
    padding: 0 7%;
    position: relative;
}
.allsider .sider-top .tbox{
    position: relative;
    z-index: 2;
    color:#fff;
}
.allsider .sider-top .tbox .t1{
    font-size:30px;
    font-weight: bold;
}
.allsider .sider-top .tbox .t2{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.4;
}

.allsider .sider-cent{
    background: #f8f8f8;
    padding-bottom: 23px;
}
.sider-cent.xm{
    display: none;
    background: #f8f8f8;
    margin-bottom: 4%;
}
.sider-cent ul li>a{
    height: 45px;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sider-cent ul li>a span{
    font-size:16px;
    color:#333333;
}
 .sider-cent ul li>a .icon{
    width: 24px;
    height: 24px;
    background:url("../img/sider-icon1.png") no-repeat center;
    border-radius: 100%;
    position: relative;
}
.sider-cent ul li:hover>a
,.sider-cent ul li.act>a{
    background: #003a8f;
}
.sider-cent ul li:hover>a span
,.sider-cent ul li.act>a span{
    color:#fff;
}
.sider-cent ul li:hover>a .icon
,.sider-cent ul li.act>a .icon{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../img/sider-icon2.png") no-repeat center;
}
.sider-cent ul li .erji{
    display: none;
    border-left:4px solid #003a8f;
    padding: 4% 0;
}
.sider-cent ul li .erji a{
    display: block;
    font-size: 14px;
    color: #585858;
    padding-left: 13%;
    line-height: 32px;
}
.sider-cent ul li .erji a:hover{
    color:#003a8f;
}
.sider-cent ul li.act .erji{
    display: block;
}
.sider-bottom{
    background: #003a8f;
    padding: 50px 33px;
}
.sider-bottom .txt .t1{
    color: #fff;
    font-size: 14px;
    letter-spacing: 5.5px;
    margin-bottom: 6px;
}
.sider-bottom .txt .t2{
    color:#fff;
    font-size:26px;
    font-weight: bold;
}
.pro-list-right{
    float: right;
    width: calc(100% - 323px);
}
.allpro{
    border:1px solid #d9d9d9;
}
.allpro .imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.allpro .text{
    background: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    height: 86px;
}
.allpro .text .title{
    font-size:14px;
    color:#383838;
    margin-bottom: 7px;
}
.allpro .text .abox a{
    display: inline-block;
    width: 87px;
    line-height: 30px;
    font-size:14px;
    border-radius: 6px;
    text-align:center;
    border:1px solid #003a8f;
    margin:0 4px;
}
.allpro .text .abox a:nth-child(1){
    background: #003a8f;
    color:#fff;
}
.allpro .text .abox a:nth-child(2){
    color:#003a8f;
}
.allpro:hover .text{
    background: #003a8f;
}
.allpro:hover .text .title{
    color:#fff;
}
.allpro:hover .text .abox a{
    color:#fff;
    border:1px solid #fff;
}
.allpro .text .abox a:hover{
    background: #ff9e09;
    border:1px solid #ff9e09;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.pro-list-right .item .list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom:2%;
}

.in_guang{
    background: url("../img/inguangbg.jpg") no-repeat center;
}
.in_guang .inner{
    height: 232px;
}
.in_guang .guang-left .text{
    position: relative;
    margin-left: 20px;
    padding-left: 45px;
}
.in_guang .guang-left .text:before{
    position: absolute;
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #6e93c7;
}
.in_guang .guang-left .text .t1{
    color:#fff;
    font-size:36px;
    font-family: ali;
}
.in_guang .guang-left .text .t2{
    color:#fff;
    font-size:16px;
    line-height: 40px;
    display: inline-block;
    background: #ff9e09;
    padding:0 12px;
    margin:17px 0;
}
.in_guang .guang-left .text .t3{
    color:#fff;
    font-size:16px;
}
.in_guang .guang-right .text{
    margin-left: 45px;
    text-align:center;
}
.in_guang .guang-right .text .allmore{
    margin:0 auto;
}
.in_guang .guang-right .text .t1{
    color: #fff;
    font-size: 14px;
    letter-spacing: 5.5px;
    margin-bottom: 6px;
}
.in_guang .guang-right .text .t2{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin:0 0 15px 0;
}

.in_ys_item{
    padding-top: 40px;
}
.in_ys_item .list{
    width: 19%;
    height: 130px;
    background: #f6f6f6;
    position: relative;
}
.in_ys_item .list:before{
    position: absolute;
    content: "";
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_ys_item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.in_ys_item .list .text .t1{
    font-size:20px;
    color:#363636;
    font-weight: bold;
}
.in_ys_item .list .text .en{
    font-size:14px;
    color:#676767;
    margin-top: 5px;
}
.in_ys_item .list.act:before{
    border-bottom: 15px solid #003a8f;
}
.in_ys_item .list.act{
    background: #003a8f;
}
.in_ys_item .list.act .imgbox img{
    filter:brightness(1000%);
}
.in_ys_item .list.act .text .t1{
    color:#fff;
}
.in_ys_item .list.act .text .en{
    color:#fff;
}
.in_ys_lunbo .inner{
    height: 412px;
}
.in_ys_lunbo .inner .imgbox{
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.in_ys_lunbo .inner .text{
    width: 50%;
    height: 100%;
    background: #f6f6f6;
    padding:3% 4%;
}
.in_ys_lunbo .inner .text .t1 .shu{
    font-weight: bold;
    color:#313131;
    font-size:32px;
}
.in_ys_lunbo .inner .text .t1 .title{
    text-transform: uppercase;
    color:#5f5f5f;
    font-size:12px;
    margin-top: 8px;
}
.in_ys_lunbo .inner .text .ys-line{
    margin:15px 0;
}
.in_ys_lunbo .inner .text .con{
    font-size:14px;
    color:#5f5f5f;
    line-height: 27px;
    margin-bottom: 4%;
    text-align:justify;
}

.in_case{
    background: url("../img/incasebg.jpg") no-repeat center / cover;
}
.allcase{
    position: relative;
    padding:15px;
    background: #fff;
}
.allcase .imgbox{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.allcase .text .title{
    font-size:16px;
    color:#2c2c2c;
    margin:17px 0;
    text-align:center;
}
.allcase .text .more{
    width: 70%;
    margin: 0 auto;
    display: block;
    line-height: 40px;
    border: 1px solid #dddcdc;
    background:#fff url(../img/case-icon.png) no-repeat center left 11%;
    padding-left: 13%;
    font-size: 14px;
    color: #747474;
}
.allcase:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allcase:hover .text .more{
    border:1px solid #003a8f;
    background:#003a8f url(../img/case-icon.png) no-repeat center left 11%;
    color:#fff;
}
.in_case .abox{
    margin-top: 4%;
}

.pointerSwiper{
    height: 460px;
}
.pointerSwiper .swiper-wrapper{
    height: 100%;
}
.pointerSwiper .swiper-slide{
    height: calc((100% - 20px) / 3);
}
.pointerSwiper .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.pointerSwiper .swiper-slide .imgbox:after{
    position: absolute;
    content:"";
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 63%;
    background: #003a8f;
}
.pointerSwiper .swiper-slide .imgbox:before{
    position: absolute;
    content:"";
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 63%;
    height: 2px;
    background: #003a8f;
}
/*.pointerSwiper .swiper-slide:nth-child(n+15) .imgbox:before{
    display: none;
}*/

.in_news_item .list{
    width: 49%;
    height: 240px;
    position: relative;
}
.in_news_item .list .imgbox{
    float: left;
    width: 45%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.in_news_item .list .text{
    float: left;
    width: 55%;
    height: 100%;
    background: #f6f6f6;
    padding: 5% 4%;
}
.in_news_item .list .text .title{
    font-weight: bold;
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 5%;
}
.in_news_item .list .text .con{
    font-size: 14px;
    color: #5f5f5f;
    line-height: 20px;
}
.in_news_item .list .text .more{
    display: inline-block;
    width: 87px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    background: #003a8f;
    color: #fff;
    margin-top: 8%;
}
.in_news_item .list:nth-child(n+3){
    margin-top: 2%;
}
.in_news_item .list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news_item .list:hover .text{
    background: #003a8f;
}
.in_news_item .list:hover .text .title{
    color:#fff;
}
.in_news_item .list:hover .text .con{
    color:#fff;
}
.in_news_item .list:hover .text .more{
    background: #ff9e09;
}

.in_mes{
    background: url("../img/inmesbg.jpg") no-repeat center / cover;
}
.in_mes_box{
    position: relative;
}
.in_mes .formbox{
    width: 45%;
    background: #fff;
    padding:2.5%;
}

.myformbox .textareabox{
    position:relative;
    margin:2% 0;
}
.myformbox .textareabox .icon{
    width: 60px;
    height: 60px;
    position: absolute;
    top:0;
    left:0;
}
.myformbox textarea{
    width: 100%;
    height: 240px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:17px 65px;

}
.myformbox textarea::placeholder{
    font-size:16px;
    color:#717171;
}
.myformbox .inputbox{
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 49%;
    position: relative;
    border:1px solid #e5e5e5;
}
.myformbox .inputbox .list .icon{
    width: 60px;
    height: 60px;
    position: relative;
}
.myformbox .inputbox .list input{
    width: calc(100% - 60px);
    outline: none;
    line-height: 60px;
    font-size:16px;
    color:#333;
}
.myformbox .inputbox .list input::placeholder{
    font-size:16px;
    color:#717171;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 74px;
    height: 28px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .submit{
    width: 49%;
    line-height: 60px;
    text-align:center;
    background: #003a8f;
    color:#fff;
    font-size:18px;
    font-weight: bold;
}
.myformbox .inputbox .list.list-code input
,.myformbox .inputbox .list.list-code .icon{
    background: #ea9900;
}
.myformbox .inputbox .list.list-code input{
    color:#fff;
}
.myformbox .inputbox .list.list-code input::placeholder{
    color:#fff;
}
.in_mes_map{
    position: absolute;
    right:0;
    top:0;
    width: 53.5%;
    height: 100%;
}
#mymap{
    width: 100%;
    height: 100%;
}

.footbox{
    background: #1e242c;
}
.footbox .foot-top.fir{
    padding-top: 3%;
    border-bottom:1px solid #353a42;
}
.footbox .foot-top .inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footbox  .f-logo{
    width: 290px;
}
.footbox  .f-tel{
    width: 366px;
    text-align:right;
}
.footbox .foot-top  .f-tel .f-tel-inner{
    display: inline-block;

}
.footbox .foot-top  .f-tel .f-tel-inner p{
    line-height: 54px;
    padding-left:50px;
    background: url("../img/f-tel.png") no-repeat left center;
    font-size:26px;
    font-weight: bold;
    font-family: Arial;
    color:#fff;
}
.footbox .f-cent{
    width: calc(100% - 656px);
    padding:0 4%;
    display: flex;
    justify-content: space-between;
}
.footbox .foot-top.sec .f-cent{
    border-left:1px solid #353a42;
    border-right:1px solid #353a42;
    padding: 0 5.8% 3% 4%;
}
.footbox .foot-top.sec .f-cent .abox:nth-child(1){
    margin-right: 8%;
}
.footbox .foot-top .it .ft{
    font-weight: bold;
    color:#fff;
    font-size:20px;
    line-height: 54px;
}
.footbox .foot-top .line{
    width: 28px;
    height: 3px;
    background: #fff;
    margin-top: 24px;
}
.footbox  .f-lx .text{
    margin-left:10px;
}
.footbox  .f-lx .aa{
    margin-top: 21%;
}
.footbox  .f-lx .text .a1{
    color:#fff;
    font-size:14px;
}
.footbox  .f-lx .text .a2{
    display: block;
    color:#fff;
    font-size:20px;
    font-weight: bold;
    margin-top: 5px;
}
.footbox .f-cent .abox{
    padding-top: 6%;
}
.footbox .f-cent .abox a{
    display: block;
    font-size:14px;
    color:#bcbcbe;
    line-height: 30px;
}
.footbox .f-cent .abox a:hover{
    color:#fff;
}
.footbox .f-tel .erbox {
    display: flex;
    justify-content: right;
    margin-top: 17%;
}
.footbox .f-tel .erbox .imgbox{
    width: 40%;
    background: #fff;
    padding: 8px;
    margin-left: 12px;
}
.footbox .f-tel .erbox .imgbox .pic{
    width: 100%;
}
.footbox .f-tel .erbox .imgbox .pic img{
    width: 100%;
}
.footbox .f-tel .erbox .imgbox p{
    text-align:center;
    font-size:14px;
    color:#303030;
}

.copy{
    background: #1e242c;
    height: 95px;
    border-top:1px solid #353a42;
}
.copy .warpper{
    height: 100%;
}
.copy .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 14px;
    color: #fff;
}
.copy .inner a{
    color: #fff;
}

.sbanner{
    width: 100%;
    height: 470px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    color:#fff;
    top:30%;
    left:0;
}
.sbanner .text .t1{
    font-size:36px;
    font-weight: bold;
}
.sbanner .text .t1 span{
    font-size:20px;
    font-weight: initial;
    text-transform: uppercase;
}
.sbanner .text .line{
    width: 30px;
    height: 2px;
    background: #fff;
    margin:15px 0;
}
.sbanner .text .t2{
    font-size:26px;
}

.inner-company-fir .text{
    float: left;
    width: 68%;
}
.inner-company-fir .des{
    font-size:16px;
    line-height: 30px;
    text-align:justify;
}
.inner-company-fir .imgbox{
    float: right;
    width: 29%;
    height: 25vw;
    overflow: hidden;
}
.in-company .in_com_shu .item .list .t1 .s2{
    background: #ea9900;
}

.inner-company-sec{
    background: url("../img/indevebg.jpg") no-repeat center / cover;
}
.developbox .top{
    text-align:center;
    position: relative;
}
.developbox .top .tbox{
    font-weight: bold;
    font-size:38px;
    color:#fff;
    letter-spacing:1px;
}
.developbox .top .develop_des{
    font-size:20px;
    color:#fff;
    line-height: 35px;
    margin-top: 1%;
}
.developbox .top .swiper-slide{
    padding: 6% 0;
}
.developbox .top .en{
    font-weight: bold;
    font-size:201px;
    text-transform: uppercase;
    color:#fff;
    opacity: 0.18;
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.developbox .bottom{
    position: relative;
    width: 100%;
    margin-top: 5%;
}
.developbox .bottom:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 1px;
    background: #fff;
    left:0;
    bottom:0;
}
.developbox .bottom .tbox{
    line-height: 55px;
    text-align:center;
    color:#fff;
    font-size:16px;
    cursor: pointer;
}
.developbox .bottom .line{
    width: 1px;
    height: 19px;
    margin:0 auto;
    background: #fff;
}
.developbox .bottom .swiper-slide-thumb-active .tbox{
    color:#ff9e09;
    font-weight: bold;
}
.innerebtn{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #ff9e09;
}
.innerebtn:hover{
    background: #003a8f;
}

.innerebtn:after{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
}

.in-company .pointerSwiper .swiper-slide .imgbox:before
,.in-company .pointerSwiper .swiper-slide .imgbox:after{
    display: none;
}
.in-company .pointerSwiper {
    height: 382px;
}
.in-company .pointerSwiper .swiper-slide .imgbox {
    border:1px solid #d6d6d6;
}
.in-company .pointerSwiper .swiper-slide .imgbox:hover{
    border:1px solid #003a8f;
}

.inner-company-thr{
    background: #f7f7f7 url("../img/incfbg.jpg") no-repeat center bottom;
}

.cfSwiper{
    height: 600px;
}
.cfSwiper .swiper-slide{
    height: calc((100% - 25px) / 2);
}
.cfSwiper .swiper-slide .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cfSwiper .swiper-slide .imgbox .title{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    font-size:16px;
    line-height: 50px;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
}
.cfSwiper .swiper-slide:hover .imgbox .title{
    opacity: 0;
}
.cfSwiper .swiper-slide .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,58,143,0.8);
    left:0;
    top:0;
    opacity: 0;
}
.cfSwiper .swiper-slide .imgbox .meng img{
    display: block;
    margin:0 auto;
}
.cfSwiper .swiper-slide .imgbox .meng .t{
    color:#fff;
    font-size:16px;
    margin-top: 15px;
}
.cfSwiper .swiper-slide .imgbox .meng .inner{
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.cfSwiper .swiper-slide:hover .imgbox .meng{
    opacity: 1;
}
.cfSwiper .swiper-slide:hover .imgbox .meng .inner{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.allcrumbs{
    border-bottom:1px solid #ededed;
    line-height: 80px;
}
.crumbs-abox a{
    display: inline-block;
    position: relative;
    font-size:16px;
    color:#393939;
    margin-right: 50px;
}
.crumbs-abox a:last-child{
    margin-right: 0;
}
.crumbs-abox a:after{
    position: absolute;
    content:"";
    width: 0;
    height: 4px;
    background: #163c87;
    left:0;
    bottom:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.crumbs-abox a:hover:after
,.crumbs-abox a.active:after{
    width: 100%;
}
.crumbs-text{
    font-size:16px;
    color:#393939;
}
.crumbs-text a{
    color:#393939;
}

.pro-des-top .imgbox{
    width: 50%;
    border:1px solid #d4d4d4;
}
.pro-des-top .swiper-slide .pic{
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.imgmoreSwiper .btn:after{
    font-weight: bold;
    font-size:32px;
    color:#515151;
}
.pro-des-top .text{
    width: 46.5%;
}
.pro-des-top .text .title .s1{
    font-weight: bold;
    font-size:32px;
    color:#454545;
}
.pro-des-top .text .title .s2{
    display: inline-block;
    line-height: 34px;
    padding:0 8px;
    font-size:14px;
    color:#fff;
    background: #163c87;
    border-radius: 5px;
    margin-left: 5px;
}
.pro-des-top .text .tags{
    margin: 4% 0 8% 0;
}
.pro-des-top .text .tags span{
    display: inline-block;
    line-height: 39px;
    background: #e7eefa;
    border-radius: 5px;
    padding:0 25px;
    font-size:16px;
    color:#163c87;
    margin-right: 10px;
}
.pro-des-top .text .tags span:last-child{
    margin-right: 0;
}
.pro-des-top .text .con{
    line-height: 33px;
    font-size: 16px;
    color: #454545;
    margin: 6% 0 8% 0;
    padding-top: 6%;
    border-top: 2px solid #ededed;
}
.pro-des-top .text .telbox .tel{
    padding-left: 75px;
    background: url("../img/prodestel.png") no-repeat left center;
}
.pro-des-top .text .telbox .tel .t1{
    font-size:16px;
    color:#363636;
}
.pro-des-top .text .telbox .tel .t2{
    font-size:32px;
    color:#163c87;
    font-family: ali;
    font-weight: bold;
}
.pro-des-top .text .telbox .item{
    width: 42%;
}
.pro-des-top .text .telbox .item .list{
    width: 79px;
    height: 79px;
    border-radius: 100%;
    border:1px solid #dadada;
    position: relative;
}
.pro-des-top .text .telbox .item .list .inner{
    font-size:16px;
    color:#3b3b3b;
}
.pro-des-top .text .telbox .item .list:hover{
    background: #163c87;
    border:1px solid #163c87;
}
.pro-des-top .text .telbox .item .list:hover .inner{
    color:#fff;
}

.pro-des-bottom{
    background: #f4f4f4;
}
.pro-des-title{
    background: #fff;
    margin-bottom: 30px;
}
.pro-des-title.gray{
    background: #f4f4f4;
}
.pro-des-title .inner{
    width: 167px;
    height: 60px;
    background: #163c87;
}
.pro-des-title .inner span{
    font-size:18px;
    color:#fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 6px;
}
.des-content-des{
    font-size:16px;
    color:#454545;
    line-height: 30px;
}
.des-content-des img{
    max-width: 100%;
}
.des-content-des table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}

.des-content-des table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #999!important;
}
.pro-des-list{
    margin-bottom: 5%;
}
.pro-des-list:last-child{
    margin-bottom: 0;
}

.promoive{
    position: relative;
    width: 100%;
    height: 31vw;
}
.prodes-shili{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodes-shili .list{
    width: 48.5%;
}
.prodes-shili .list:nth-child(n+3){
    margin-top: 4%;
}
.prodes-shili .list .imgbox{
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.prodes-shili .list .title .shu{
    width: 43px;
    line-height: 48px;
    color:#fff;
    font-size:24px;
    font-family: she;
    background: url("../img/shubg.png") no-repeat center;
    background-size: contain;
    text-align:center;
    margin-right: 10px;
}
.prodes-shili .list .title .t{
    font-weight: bold;
    color:#2e2e2e;
    font-size:26px;
}
.prodes-shili .list .text{
    margin-top: 3%;
}
.prodes-shili .list .text .con{
    color:#4d4d4d;
    font-size:16px;
    line-height: 28px;
    margin-top:2%;
    text-align:justify;
}
.prodesimg1{
    width: 100%;
}

.prodesform .inputbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodesform .inputbox .inputdes{
    width: 24%;
    line-height: 75px;
    background: #fff;
    font-size:16px;
    color:#6e6e6e;
    text-indent: 20px;
    position: relative;
}
.prodesform .inputbox input{
    line-height: 75px;
    background: #fff;
    width: 100%;
    color:#333;
    outline: none;
    text-indent: 20px;
}
.prodesform .inputbox input::placeholder{
    font-size:16px;
    color:#6e6e6e;
}
.prodesform textarea{
    width: 100%;
    background: #fff;
    height: 250px;
    font-size:16px;
    color:#333;
    margin:1.5% 0;
    padding: 20px;
}
.prodesform textarea::placeholder{
    font-size:16px;
    color:#6e6e6e;
}
.prodesform .codebox{
    position: relative;
    width: 49.5%;
}
.prodesform .codebox img{
    position: absolute;
    width: 100px;
    height: 50px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodesform .go-sub{
    display: block;
    line-height: 75px;
    width: 49%;
    text-align:center;
    color:#fff;
    font-weight: bold;
    font-size:16px;
    background: #163c87;
}

.inner-contact-fir .inner{
    height: 255px;
}
.inner-contact-fir .inner .imgbox{
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
}
.inner-contact-fir .inner .text{
    float: left;
    width: 70%;
    height: 100%;
    border:1px solid #d3d3d3;
    display: flex;
    align-items: center;
}
.inner-contact-fir .inner .text .in{
    width: 100%;
    padding:0 5%;
}
.inner-contact-fir .inner .text .in .t1{
    font-weight: bold;
    font-size:22px;
    color:#2b2b2b;
    margin-bottom: 1.5%;
}
.inner-contact-fir .inner .text .in .t2{
    font-size:16px;
    color:#838383;
    line-height: 35px;
}
.inner-contact-sec-box{
    border: 1px solid #d3d3d3;
}
.inner-contact-sec-box .lx-item{
    padding:4% 3.5% 0 3.5%;
}
.inner-contact-sec-box .lx-item .list{
    width: 28%;
    height: 60px;
    border-bottom:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
}
.inner-contact-sec-box .lx-item .list p{
    font-size:16px;
    color:#4a4a4a;
    margin-left: 10px;
}
#inmymap{
    width: 100%;
    height: 25vw;
}

.inner-contact-thr{
    background: #f2f3f5;
}
.inner-contact-thr-box{
    background: #fff;
    padding:2.5%;
    position: relative;
}
.inner-contact-thr-box .myformbox{
    width: 55%;
}
.inner-contact-thr-box .inner{
    position: relative;
}
.inner-contact-thr-box .imgbox{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 43%;
    overflow: hidden;
}
.inner-news-list{
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom:1px solid #dedede;
}
.inner-news-list .inner{
    width: 100%;
    height: 200px;
}
.inner-news-list .imgbox{
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-news-list .text{
    width: 75%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding:0 3%;
}
.inner-news-list .text .text-left{
    width: 79%;
}
.inner-news-list .text .text-left h4{
    font-size:26px;
    color:#3d3d3d;
    font-weight: bold;
}
.inner-news-list .text .text-left .con{
    font-size:16px;
    color:#5e5e5e;
    line-height: 25px;
    margin:4% 0;
}
.inner-news-list .text .text-left .more{
    width: 114px;
    line-height: 37px;
    background: #f1f1f1;
    text-align:center;
    font-size:16px;
    color:#6d6d6d;
}
.inner-news-list:hover .text .text-left .more{
    background: #003a8f;
    color:#fff;
}
.inner-news-list .text .text-time{
    background: #f1f1f1;
    width: 124px;
    height: 134px;
}
.inner-news-list .text .text-time .i{
    width: 100%;
    color:#454545;
    text-align:center;
}
.inner-news-list .text .text-time .line{
    width: 69%;
    height: 1px;
    background: #cacaca;
    margin: 4.5% auto;
}
.inner-news-list .text .text-time .i1{
    font-size:34px;
    font-weight: bold;
}
.inner-news-list .text .text-time .i2{
    font-size:16px;

}
.inner-news-list:hover .text .text-time{
    background: #003a8f;
}
.inner-news-list:hover .text .text-time .line{
    background: #fff;
}
.inner-news-list:hover .text .text-time .i{
    color:#fff;
}

.article-des-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3%;
    background: #fff;
}
.article-des-bottom-left{
    width: 66%;
}
.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .tbox .fir{
    font-size: 30px;
    color:#333;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd;
    line-height: 50px;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.article-des-bottom-right{
    width: 27%;
}
.article-des-bottom-right .inner {
    position: sticky;
    top: 110px;
}
.article-des-bottom-right .item .list{
    padding-bottom: 8%;
    margin-bottom: 8%;
    border-bottom: 1px solid #eee;
}
.article-des-bottom-right .item .list .title{
    font-size:16px;
    color:#333;
    position: relative;
    padding-left:10px;
}
.article-des-bottom-right .item .list:hover .title{
    color:#163c87;
}
.article-des-bottom-right .item .list .title:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #163c87;
    border-radius: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-des-bottom-right .item .list .con{
    font-size:14px;
    color:#666;
    line-height: 24px;
    margin-top: 3%;
}
.article-des-bottom-right .item .list .imgbox{
    width: 100%;
    height: 170px;
    position: relative;
    margin-top: 4%;
}
.article-des-bottom-right .other-t{
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15%;
}
.article-des-bottom-right .other-t:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 28px;
    vertical-align: middle;
    background: #163c87;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.article-des-bottom-right .other-t span{
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}
.innerbg{
    background: #f5f5f5;
}

.inner-honor-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-honor-list .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
    border:1px solid #ebebeb;
}
.inner-honor-list .title{
    line-height: 65px;
    width: 100%;
    background: #f4f4f4;
    text-align:center;
    font-size:16px;
    color:#333;
}
.inner-honor-list:hover .title{
    background: #ff9e09;
    color:#fff;
}
.inner-shebei-list .imgbox {
    height: 288px;
}

.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.inner-case-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    filter:brightness(40%);
}
.inner-case-list .imgbox .kang{
    position: absolute;
    width: 100%;
    height: 100%;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -moz-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    -o-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    border:1px solid rgba(255,255,255,0.4);
    z-index: 1;
}
.inner-case-list:hover .imgbox .kang{
    -webkit-transform: translate(-50%,-50%) scale(0.85);
    -moz-transform: translate(-50%,-50%) scale(0.85);
    -ms-transform: translate(-50%,-50%) scale(0.85);
    -o-transform: translate(-50%,-50%) scale(0.85);
    transform: translate(-50%,-50%) scale(0.85);
}
.inner-case-list .imgbox .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    text-align:center;
    color:#fff;
    z-index: 2;
}
.inner-case-list .imgbox .text .inner{
    width: 100%;
    padding:0 5%;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
}
.inner-case-list .imgbox .text svg{
    width: 50px;
    height: 50px;
    fill: #fff;
}
.inner-case-list .imgbox .text .title{
    font-size:18px;
    color:#fff;
    margin-top: 2.5%;
}
.inner-case-list:hover .imgbox .text .inner{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.inner-service-fir .inner{
    height: 360px;
}
.inner-service-fir .text
,.inner-service-fir  .imgbox{
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-service-fir .text{
    width: 57%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
}
.inner-service-fir .text .in{
    width: 100%;
    padding: 0 8%;
}
.inner-service-fir .text .title{
    font-weight: bold;
    font-size:32px;
    color:#323232;
}
.inner-service-fir .text .t1{
    line-height: 28px;
    text-align:justify;
    font-size:16px;
    color:#5f5f5f;
    margin-top: 4%;
}
.inner-service-fir .imgbox{
    width: 43%;
}
.service-title{
    padding:0 20px;
    margin-bottom: 30px;
}
.service-title.white{
    background: #fff;
}
.service-title.gray{
    background: #f7f7f7;
}
.service-title span{
    display: inline-block;
    line-height: 70px;
    font-weight: bold;
    font-size:18px;
    color:#323232;
    position: relative;

}
.service-title span:after{
    position: absolute;
    content:"";
    width: 100%;
    bottom:0;
    left:0;
    height: 4px;
    background: #163c87;
}
.service-t1{
    font-size:15px;
    line-height: 30px;
    color:#5f5f5f;
    margin-bottom:1.5%;
}
.service-list {
    height: 320px;
    border:4px solid #163c87;
}
.service-list .imgbox{
    width: 29%;
    height: 100%;
    position: relative;
}
.service-list .imgbox .title{
    color:#fff;
    font-weight: bold;
    font-size:28px;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align:center;
    width: 100%;
}
.service-list  .text{
    width: 71%;
    display: flex;
    align-items: center;
}
.service-list  .text .in{
    padding:0 6%;
    width: 100%;
    font-size:16px;
    color:#797979;
    line-height: 30px;
}
.service-list  .text .in p{
    position: relative;
    padding-left: 16px;
}
.service-list  .text .in p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background: #e5e5e5;
    border-radius: 100%;
}

.inner-service-thr{
    background: url("../img/servicebg.jpg") no-repeat center bottom / cover;
    background-attachment: fixed;
    padding:6% 0 8% 0;
}
.inner-service-thr .t{
    font-weight: bold;
    color:#fff;
    font-size:22px;
}
.inner-service-thr .con{
    line-height: 30px;
    color:#fff;
    font-size:16px;
    margin-top: 2%;
}

.inner-service-four .service-list{
    height: 256px;
    margin-bottom: 2%;
}
.inner-service-four .service-list:last-child{
    margin-bottom: 0;
}
.inner-service-five{
    background: #f7f7f7;
}
.service-tel{
    margin-bottom: 2%;
}
.service-tel .list{
    width: 32%;
    background: #fff;
    position: relative;
    padding:4% 6%;
    text-align:center;
}
.service-tel .list:after{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 8px;
    background: #163c87;
    content:"";
}
.service-tel .list img{
    display: block;
    margin:0 auto;
}
.service-tel .list .t1{
    font-size:16px;
    color:#5f5f5f;
    margin: 14px 0;
}
.service-tel .list .t2{
    font-size:30px;
    color:#2a2a2a;
    font-weight: bold;
}

.cbl {
    position: fixed;
    right: 10px;
    top: 31%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 10px;
    transition: 0.4s ease-in-out;
    height: 75px;
    width: 75px;

}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 49px;
    border-radius: 6px;

}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #f7f7f7 url("../img/cb-tel.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.email span{
    background: #f7f7f7 url("../img/cb-mes.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.weixin span{
    background: #f7f7f7 url("../img/cb-weixin.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.fd span{
    background: #f7f7f7 url("../img/cb-fd.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:12px;
    color:#595959;
    text-align:center;
}


.cbl li aside {
    position: absolute;
    right: 83px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
    box-sizing: border-box;
    font-size: 16px;
    color: #595959;
    font-weight: bold;
    white-space: nowrap;
    font-family: ali;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #f7f7f7;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.kji{
    margin-bottom: 4%;
    text-align:center;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #000;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}

.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #1e242c;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}


.xiala{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
    z-index: 2;
}

.xiala .item{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    padding:4% 0;
    display: none;
    background: #f7fafc;
}
.xiala .item .left{
    width: 39%;
}
.xiala .item .left .t{
    font-weight: bold;
    font-size:26px;
    color:#545454;
}
.xiala .item .left .t1{
    line-height: 25px;
    font-size:14px;
    color:#535353;
    margin-top: 4%;
}
.xiala .item .left .abox{
    margin-top: 6%;
}
.xiala .item .left .abox a{
    display: block;
    float: left;
    width: 33.33%;
    font-size:16px;
    color:#535353;
    line-height: 35px;
}
.xiala .item .left .abox a:hover{
    color:#163c87;
}
.xiala .item .imgbox{
    margin-left:3%;
    width: 26%;
    height: 225px;
}
.xiala .lxbox{
    position: absolute;
    width: 34%;
    height: 100%;
    background: #003a8f url("../img/xiala-logo.png") no-repeat center / contain;
    right:0;
    top:0;
    display: flex;
    align-items: center;
}
.xiala .lxbox .in{
    width: 100%;
    padding:0 9%;
    color:#fff;
}
.xiala .lxbox .t{
    font-weight: bold;
    font-size:26px;
    margin-bottom: 4%;
}
.xiala .lxbox .lx p{
    font-size:16px;
    line-height: 35px;
}
.searchM {
    padding: 16px 0;
    text-align: center;
}
.search-keyword {
    background-color:#cc3131;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px 5px;
    display: inline-block;
}